home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-23 | 2.8 KB | 60 lines | [TEXT/MMCC] |
- ==========
- Version history:
-
- 1.8 Changes for compatibility with CodeWarrior CW6 release
- and the new Universal Headers. Mainly, the changes involved
- renaming lots of methods that returned references to
- object members so the names of the methods now end in
- "Ref" This had to be done for cases where the name of the
- method was the same name as a datatype or class; older
- versions of CW didn't complain about this, but now it does.
- 1.7 Addition of better checks for the Drag Manager since
- Simon Dufour found a problem running on his PowerBook
- under System 7.1 French-Canadian (!)
- 1.6 addition of support for the TeachText/SimpleText
- read-only ('ttro') documents as text files.
- 1.5 addressed ColorQuickDraw issues on 68000 machines
- such as the SE when using DeviceLoop
- 1.4 addition of BalloonHelp for the test app and the
- ABox resources, just to do it up right...also fixed a logic
- problem in performing update events via the event filter
- which would cause some application's use of the Abox to
- show an incomplete dialog, where some controls were
- drawn and some omitted.
- 1.3 fixed a bug in the public release that incorrectly
- detected the SpeechMgr on PowerMacs (well, on my
- 8100/80 at work at least), but worked fine on 680x0
- macs.
- 1.2 public release; fixed the 3d effects to be intelligent
- across multiple monitors a-la DeviceLoop; fixed a pair of
- memory leaks in two of the classes. There _is_ a cosmetic
- bug wherein the 3d bezel effect will sometimes draw on
- top of the top line of the vertical scrollbars, but it's
- only cosmetic and will be fixed shortly.
- 1.1 final dressing for public release; mainly includes
- the documentation that was really needed, and adjustment
- of the 3d frame effect
- 1.0.8 internal stuff, never released on time due to loss of
- full internet access (sigh...)
- 1.0.7 fixed and improved the list update code to better
- handle list drawing when shoved to the background.
- Also, added some DragMgr code to improve things.
- 1.0.6 added some sanity checks when dealing with RgnHandles
- for the Drag Manager to prevent the ABox++ from
- eventually blowing up. Changed the cursor switching
- between arrow and watch during setup time. Also
- added support for the host program to turn support
- for the Drag Mgr, Speech to Text Mgr, and the Sound
- Mgr on and off via the kABoxUseDragMgr,
- kABoxUseSpeechMgr, and KABoxUseSoundMgr properties of
- the ABox class.
- 1.0.5 reduced the package size (thanks again dan!) due to
- a bad resource file being included via a QuicKeys
- macro during packaging. Sigh.
- 1.0.4 reduced redundant updates, finally fixed
- click-to-foreground movement/updating (thanks dan!)
- 1.0.3 edits for true modeless dialog window proc,
- better click-to-foreground handling
- 1.0.2 internal modifications; never released
- 1.0.1 first version released
-